home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / BATH.DXR / Internal_15.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  384 b   |  19 lines

  1. global selector
  2.  
  3. on mouseEnter me
  4.   cursor(280)
  5.   set the member of sprite the currentSpriteNum to member("clicktocontinue_over")
  6. end
  7.  
  8. on mouseLeave me
  9.   cursor(-1)
  10.   set the member of sprite the currentSpriteNum to member("clicktocontinue")
  11. end
  12.  
  13. on mouseUp
  14.   cursor(-1)
  15.   puppetTransition(7, 0.20000000000000001, 25)
  16.   setBack(selector, selector.currentBack)
  17.   go("slide on in")
  18. end
  19.